home *** CD-ROM | disk | FTP | other *** search
/ Austin Powers - The Spy who Shagged Me / Screendragon: Austin Powers - The Spy who Shagged Me.iso / xtras / regread / regread.dir / 00005_Script_5 < prev    next >
Text File  |  1999-03-16  |  259b  |  10 lines

  1. on checkCODEC aCODECname
  2.   set notFoundString = "***NotFound***"
  3.   set answer = GetPrivateProfileStr("system.ini", "Drivers32", ¼
  4.                                     "vidc." & aCODECname, notFoundString)
  5.   
  6.   return answer <> notFoundString 
  7. end
  8.  
  9.  
  10.